public FamilyInstanceCreationData(
	FamilySymbol symbol,
	IList<XYZ> adaptivePoints
)
  • symbol
    A FamilySymbol object that represents the type of the instance that is to be inserted.
  • IList<XYZ>
    adaptivePoints
    The adaptive points where the adaptive instance is to be initialized.